home *** CD-ROM | disk | FTP | other *** search
/ Mess With 10 / Mess With 10.iso / mac / SubMenu3.DIR / 00124_Script_124 < prev    next >
Text File  |  1996-12-18  |  354b  |  14 lines

  1. on mouseUp
  2.   if (integer(field "Page_T") = 1) then
  3.     set pnum = the clickon - 20
  4.   else
  5.     set pnum = the clickon + 1
  6.   end if
  7.   put pnum into field "PhotoCUR_T"
  8.   put 4 into field "PhotoGRP2_T"
  9.   global G_PLAY
  10.   set G_PLAY = FALSE
  11.   put "MENU4" into field "ReturnName_T"
  12.   put "SUBMENU3" into field "JumpName_T"
  13.   go to movie "P_BRO"
  14. end